projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3948a48
)
Clarify documentation of GtkAboutDialog::logo
author
Christian Dywan
<christian@twotoasts.de>
Fri, 10 Dec 2010 10:26:07 +0000
(11:26 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 25 Jan 2014 03:43:51 +0000
(22:43 -0500)
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=636594
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index 09018e44e6bab5e550f019db61da95b749222ace..dd0f68f8b872bdd516494dbcf2361ff1feaed80f 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-569,8
+569,8
@@
gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
/**
* GtkAboutDialog:logo:
*
- * A logo for the about box. If
this is not set, it defaults to
- *
gtk_window_get_default_icon_list()
.
+ * A logo for the about box. If
it is %NULL, the default window icon
+ *
set with gtk_window_set_default_icon() will be used
.
*
* Since: 2.6
*/